IBDAC

TIBCConnection Methods

Methods of the TIBCConnection class.

For a complete list of the TIBCConnection class members, see the TIBCConnection Members topic.

Public

Name Description

AddTransaction

Associates a TIBCTransaction component with the database component.

ApplyUpdates (inherited from TCustomDAConnection)

Overloaded. Applies changes in datasets.

AssignConnect

Shares database connection between the TIBCConnection components.

Commit (inherited from TCustomDAConnection)

Commits current transaction.

CommitRetaining

Stores to the database server all changes of data associated with the default database transaction permanently and then retains the transaction context.

Connect (inherited from TCustomDAConnection)

Establishes a connection to the server.

CreateDatabase

Creates an InterBase database.

CreateSQL (inherited from TCustomDAConnection)

Creates a component for queries execution.

Disconnect (inherited from TCustomDAConnection)

Performs disconnect.

DropDatabase

Used to drop database and remove database file from server.

ExecProc (inherited from TCustomDAConnection)

Allows to execute stored procedure or function providing its name and parameters.

ExecProcEx (inherited from TCustomDAConnection)

Allows to execute a stored procedure or function.

ExecSQL (inherited from TCustomDAConnection)

Executes a SQL statement with parameters.

ExecSQLEx (inherited from TCustomDAConnection)

Executes any SQL statement outside the TQuery or TSQL components.

FindDefaultTransaction

Returns the default transaction for the database.

GetDatabaseNames (inherited from TCustomDAConnection)

Returns a database list from the server.

GetKeyFieldNames (inherited from TCustomDAConnection)

Provides a list of available key field names.

GetStoredProcNames (inherited from TCustomDAConnection)

Returns a list of stored procedures from the server.

GetTableNames (inherited from TCustomDAConnection)

Provides a list of available tables names.

MonitorMessage (inherited from TCustomDAConnection)

Sends a specified message through the TCustomDASQLMonitor component.

ParamByName

POrovides access to the OUT parameters and their values after processing SQL statement.

Ping (inherited from TCustomDAConnection)

Used to check state of connection to the server.

RemoveFromPool (inherited from TCustomDAConnection)

Marks the connection that should not be returned to the pool after disconnect.

RemoveTransaction

Disassociates a specified transaction from the database.

Rollback (inherited from TCustomDAConnection)

Discards all current data changes and ends transaction.

RollbackRetaining

Rolls back all changes of data associated with the default database transaction to the database server and then retains the transaction context.

StartTransaction (inherited from TCustomDAConnection)

Begins a new user transaction.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback